home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / dos_win / winsock / packages / powertcp.exe / ECHO.H_ / ECHO.bin
Encoding:
Text File  |  1994-08-01  |  928 b   |  34 lines

  1. //************************************************************************
  2. //
  3. //  Module: echo.h
  4. //
  5. //  Purpose:
  6. //    Declares C access function for echoc.exe
  7. //             
  8. //************************************************************************
  9. //
  10. //  Written by Dart Communication Application Programming Group.
  11. //  Copyright (c) 1994 Dart Communications.  All Rights Reserved.
  12. //
  13. //************************************************************************
  14.  
  15. #define EDITWND 1
  16.  
  17. // function prototypes (private)
  18.  
  19. BOOL InitApplication() ;
  20. BOOL InitInstance( int ) ;
  21. void Display (LPCSTR Message);
  22. BOOL NEAR GoModalDialogBoxParam( HINSTANCE, LPCSTR, HWND, DLGPROC, LPARAM ) ;
  23.  
  24.  
  25. // function prototypes (public)
  26. #ifdef __cplusplus
  27. extern "C" {
  28. #endif
  29. LRESULT CALLBACK WndProc( HWND, UINT, WPARAM, LPARAM ) ;
  30. BOOL CALLBACK AboutDlgProc( HWND, UINT, WPARAM, LPARAM ) ;
  31. #ifdef __cplusplus
  32. }
  33. #endif
  34.